-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TagDetector Cleanup and Update RoveComm_CPP Submodule #344
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## development #344 +/- ##
===============================================
- Coverage 26.25% 26.20% -0.05%
===============================================
Files 69 69
Lines 5310 5320 +10
Branches 456 458 +2
===============================================
Hits 1394 1394
- Misses 3916 3926 +10
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fairly certain this looks good
Description
Add some sanity checks to TagDetector and temporarily comment out cv::Filter2D.
Changes Made